testlist: Fix custom css
authorTimm Bäder <mail@baedert.org>
Tue, 9 May 2017 17:38:58 +0000 (19:38 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Thu, 25 May 2017 14:25:59 +0000 (16:25 +0200)
tests/testlist.c

index e587eb5e31d4c5ecea20ec18b879a21b40612910..d5f495b212d0329c559fd63a98e78fe18300ab9b 100644 (file)
@@ -18,15 +18,15 @@ struct _RowClass
 };
 
 const char *css =
-  "GtkListBoxRow {"
+  "list row {"
   " border-width: 1px;"
   " border-style: solid;"
   " border-color: blue;"
   "}"
-  "GtkListBoxRow:prelight {"
+  "list row:hover {"
   "background-color: green;"
   "}"
-  "GtkListBoxRow:active {"
+  "list row:active {"
   "background-color: red;"
   "}";